home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo ----------------------------------------------------------------
- echo.
- echo This batch file will print TP-ET.DOC. You will need 14 pages
- echo of paper in your printer. There are no special printer control
- echo characters so this should print on any printer.
- echo.
- echo ----------------------------------------------------------------
- echo.
- echo Be sure your printer is ON and ON LINE................
- echo.
- echo To cancel this batch file press CTRL-C
- echo.
- pause
- echo Printing TP-ET.DOC Please Wait........................
- copy TP-ET.DOC PRN
- echo.
- echo Finished..............................................
-
-